3.1434 \(\int \frac{\left (a+b x+c x^2\right )^p}{(b d+2 c d x)^5} \, dx\)

Optimal. Leaf size=63 \[ \frac{\left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (3,p+1;p+2;1-\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{d^5 (p+1) \left (b^2-4 a c\right )^3} \]

[Out]

((a + b*x + c*x^2)^(1 + p)*Hypergeometric2F1[3, 1 + p, 2 + p, 1 - (b + 2*c*x)^2/
(b^2 - 4*a*c)])/((b^2 - 4*a*c)^3*d^5*(1 + p))

_______________________________________________________________________________________

Rubi [A]  time = 0.219989, antiderivative size = 63, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125 \[ \frac{\left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (3,p+1;p+2;1-\frac{(b+2 c x)^2}{b^2-4 a c}\right )}{d^5 (p+1) \left (b^2-4 a c\right )^3} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^5,x]

[Out]

((a + b*x + c*x^2)^(1 + p)*Hypergeometric2F1[3, 1 + p, 2 + p, 1 - (b + 2*c*x)^2/
(b^2 - 4*a*c)])/((b^2 - 4*a*c)^3*d^5*(1 + p))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 35.5213, size = 63, normalized size = 1. \[ \frac{\left (a - \frac{b^{2}}{4 c} + \frac{\left (b + 2 c x\right )^{2}}{4 c}\right )^{p + 1}{{}_{2}F_{1}\left (\begin{matrix} 3, p + 1 \\ p + 2 \end{matrix}\middle |{\frac{\left (b + 2 c x\right )^{2}}{4 a c - b^{2}} + 1} \right )}}{d^{5} \left (p + 1\right ) \left (- 4 a c + b^{2}\right )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**p/(2*c*d*x+b*d)**5,x)

[Out]

(a - b**2/(4*c) + (b + 2*c*x)**2/(4*c))**(p + 1)*hyper((3, p + 1), (p + 2,), (b
+ 2*c*x)**2/(4*a*c - b**2) + 1)/(d**5*(p + 1)*(-4*a*c + b**2)**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0916521, size = 92, normalized size = 1.46 \[ \frac{4^{-p-1} (a+x (b+c x))^p \left (\frac{c (a+x (b+c x))}{(b+2 c x)^2}\right )^{-p} \, _2F_1\left (2-p,-p;3-p;\frac{b^2-4 a c}{(b+2 c x)^2}\right )}{c d^5 (p-2) (b+2 c x)^4} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x + c*x^2)^p/(b*d + 2*c*d*x)^5,x]

[Out]

(4^(-1 - p)*(a + x*(b + c*x))^p*Hypergeometric2F1[2 - p, -p, 3 - p, (b^2 - 4*a*c
)/(b + 2*c*x)^2])/(c*d^5*(-2 + p)*(b + 2*c*x)^4*((c*(a + x*(b + c*x)))/(b + 2*c*
x)^2)^p)

_______________________________________________________________________________________

Maple [F]  time = 0.253, size = 0, normalized size = 0. \[ \int{\frac{ \left ( c{x}^{2}+bx+a \right ) ^{p}}{ \left ( 2\,cdx+bd \right ) ^{5}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^5,x)

[Out]

int((c*x^2+b*x+a)^p/(2*c*d*x+b*d)^5,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{p}}{{\left (2 \, c d x + b d\right )}^{5}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^5,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^5, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (c x^{2} + b x + a\right )}^{p}}{32 \, c^{5} d^{5} x^{5} + 80 \, b c^{4} d^{5} x^{4} + 80 \, b^{2} c^{3} d^{5} x^{3} + 40 \, b^{3} c^{2} d^{5} x^{2} + 10 \, b^{4} c d^{5} x + b^{5} d^{5}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^5,x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p/(32*c^5*d^5*x^5 + 80*b*c^4*d^5*x^4 + 80*b^2*c^3*d^5
*x^3 + 40*b^3*c^2*d^5*x^2 + 10*b^4*c*d^5*x + b^5*d^5), x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**p/(2*c*d*x+b*d)**5,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{p}}{{\left (2 \, c d x + b d\right )}^{5}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^5,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p/(2*c*d*x + b*d)^5, x)